home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hyprvx11 / ss-madir < prev    next >
Text File  |  1990-11-12  |  1KB  |  48 lines

  1. SET-SHOW MAIL_DIRECTORY
  2.  
  3. Moves all MAI files from the mail directory SYS$LOGIN: to the specified
  4. subdirectory.
  5.  
  6. The SET NOMAIL_DIRECTORY command moves all MAI files from the subdirectory back
  7. to the mail directory SYS$LOGIN:MAIL.MAI.
  8.  
  9. The SHOW MAIL_DIRECTORY command displays the name of the device and directory
  10. containing all your MAI files.
  11.  
  12. Format:        SET MAIL_DIRECTORY [.subdirectory-name]
  13.  
  14.                SET NOMAIL_DIRECTORY
  15.  
  16.                SHOW MAIL_DIRECTORY
  17.  
  18. Parameters:    .subdirectory-name
  19.  
  20.                Specifies the name of the subdirectory in your SYS$LOGIN:
  21.                directory to which all MAI files are to be moved.
  22.  
  23. Qualifiers:    /LOG
  24.  
  25.                Displays a listing of the MAI files moved from the previous
  26.                directory to the specified subdirectory.
  27.  
  28. Examples:
  29.  
  30.         1.
  31.              MAIL> SHOW MAIL_DIRECTORY
  32.              DISK$:[DALTON]
  33.              MAIL> SET MAIL_DIRECTORY [.MAIL]
  34.  
  35.              %MAIL-I-CREATED, DISK$:[DALTON.MAIL] created
  36.  
  37.              MAIL> SHOW MAIL_DIRECTORY
  38.              DISK$:[DALTON.MAIL]
  39.        
  40.                 .
  41.                 .
  42.                 .
  43.        
  44.              $ SET DEFAULT [DALTON.MAIL]
  45.              $ DIRECTORY
  46.        
  47.                     This example shows how to create a subdirectory containing   
  48.                     all your MAI files.